home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON01 / ACT01A / L01A2D.DIR / scripts_13.ls < prev    next >
Encoding:
Text File  |  2003-04-21  |  109 b   |  10 lines

  1. global gameObj
  2.  
  3. on exitFrame
  4.   if not done(gameObj) then
  5.     go("play")
  6.   else
  7.     go("finish")
  8.   end if
  9. end
  10.